﻿#emailFormMessage, #OTPFormMessage, #PasswordFormMessage {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: center;
    text-shadow: 1px 0px 2px black;
}

#ThanksPasswordContant {
    text-align: center;
    font-size: larger;
    font-weight: 800;
}

.input-box {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #cdb5b5;
    border-radius: 4px;
    margin: 0px 5px;
}


.spinner-border {
    position: relative;
    top: 2px;
    left: 7px;
}

.spinner-border-sm {
    width: 2rem;
    height: 2rem;
    border-width: 0.2em;
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    /*border: 0.25em solid rgb(248 241 241) !important;*/
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: spinner-border 0.75s linear infinite;
    animation: spinner-border 0.75s linear infinite;
}